home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6530 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: newsfeed.internetmci.com!btnet!anglianet-poppy!usenet
  2. From: Richard Miller <richardm@anglianet.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C instead of C++ for windows programming?
  5. Date: Mon, 19 Feb 1996 15:47:08 +0000
  6. Organization: AngliaNet Ltd
  7. Message-ID: <31289B7C.2B52@anglianet.co.uk>
  8. References: <DMKt1y.KK8@tigger.jvnc.net>
  9. NNTP-Posting-Host: richardm.anglianet.co.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (Win95; I)
  14.  
  15. Michael Marmor wrote:
  16. > Can windows programs be written in C rather than C++?
  17. > My only experience is with dos/unix based programming in C.
  18. > I have never learned C++ (or any other OO language).  Do I have
  19. > to learn C++ to start writing windows programs?
  20. > I have Borland C 3.1 at home and I use 4.0 in the office -- all
  21. > the examples of Windows programs are in C++!!
  22.  
  23.  
  24.  
  25. Yes, it's perfectly possible to create fully fledged windows programs 
  26. using 'normal' c. I created a windows program for a college project 
  27. using Borland C++ 4.0 but without using any of the C++ features. A good 
  28. text to help you get started is Developing Windows Applications with 
  29. Borland C++ 3.1 (2nd ed.) by James McCord, published by Sams (1992). 
  30. Part 1 of this book deals purely with the C end of things.
  31.  
  32. Richard Miller
  33.